crypto/hpke.context.seqNum (field)

4 uses

	crypto/hpke (current package)
		hpke.go#L26: 	seqNum uint64
		hpke.go#L176: 	s.seqNum++
		hpke.go#L217: 	r.seqNum++
		hpke.go#L248: 	byteorder.BEPutUint64(nonce[len(nonce)-8:], ctx.seqNum)